home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / compil45.zip / COMPIL45.DOC < prev    next >
Text File  |  1989-02-03  |  751b  |  24 lines

  1.    Name:  COMPIL45.BAT
  2.  
  3.    Date:  Feb. 3, 1989
  4.  
  5.      By:  Bill Bowles - SysOp Northside RBBS
  6.  
  7. Purpose:  Compile & Link RBBS-PC.EXE with QuickBASIC 4.5
  8.  
  9. Command:  compil45 [pc] [1] [2] [3] [4] [5]   or
  10.           compil45 [all]
  11.  
  12.  Output:  RBBS-PC.OBJ   \
  13.           RBBSSUB1.OBJ   \
  14.           RBBSSUB2.OBJ    \
  15.           RBBSSUB3.OBJ    / RBBS OBJect files
  16.           RBBSSUB4.OBJ   /
  17.           RBBSSUB5.OBJ  /
  18.           RBBS-PC.EXE  -    RBBS 17.C1 EXEcute file
  19.  
  20.       Add each module you want compiled to the command line.  The BATch
  21.       file will only compile the modules you specify.  This will save
  22.       time if you only change one or two modules.  If you specify "all"
  23.       then all 6 modules will be compiles and linked.
  24.